#!/bin/bash

cwd=$(pwd)
cwdmod=$(echo $cwd | sed -e "s/\//\\\\\//g")

echo $cwdmod

sed -e s/\\\(path=\"\\\).*lab4/\\1$cwdmod\\/../ "./.classpath"
